home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / closin1r / readme.txt < prev    next >
Text File  |  1999-08-25  |  1KB  |  24 lines

  1. VBSnow
  2. ======
  3. This program demonstrates how to create the snow effect from within VB. Visual Basic is easily
  4. capable of producing this effect as long as you keep the flakes array right down to around about
  5. 100 items...
  6.  
  7. The snow effect is a cool one for Christmas games which have text on screen with a plain
  8. background. It drops pixels from the top of the screen down to the bottom of the screen.
  9.  
  10. Just init the class and make the call just like in the example application and you're laughing!
  11.  
  12. A screen shot is included with this package.
  13.  
  14. I admit I cheated a little - I used Win32.tlb and DirectX.tlb (They only list function decs so I
  15. don't have to type them out every single time!). You can get them both from www.chez.com/scribe/
  16.  
  17. I DID NOT MAKE THIS DIRECTDRAW SPECIFIC!!! I just use DDraw to change the resolution. You can
  18. EASILY port this code to work on any resolution you want. Just thought it seemed fancier with
  19. DirectDraw support... :)
  20.  
  21. Enjoy some!
  22.  
  23. Gilb.
  24. (thegilb@hotmail.com : http://freespace.virgin.net/roger.gilbert/ for earlier stuff)